//==============================================================================
// TG Fire Ball_anim.txt
//==============================================================================

//==============================================================================
anim walk
{
    SetSelector none 
    {
        set hotspot
        {
            version
            {
			    VisualNone jimmy
            }
        }
    }
}

//==============================================================================
anim idle
{
    SetSelector none
    {
        set hotspot
        {
            version
            {
			    VisualNone jimmy
            }
        }
    }
}

//==============================================================================
anim charging
{
	SetSelector
	{
        set hotspot
        {
            version
            {
			    VisualNone jimmy
                tag Attack 0.10 true
				tag Attack 0.60 true
			    tag GenericSound 0.10 true
				tag GenericSound 0.60 true
                tag SpecificSoundSet 0.10 false FireGiantFireball checkVisible
				tag SpecificSoundSet 0.60 false FireGiantFireball checkVisible
			    length 0.75
            }
        }
    }
}
